Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow fixed parameters and direct NLL. #39

Merged
merged 1 commit into from
Jul 25, 2018

Conversation

akleeman
Copy link
Collaborator

Allow for parameters which are fixed (so will not be tuned.)

Add a negative log likelihood for Gaussian processes.

@akleeman akleeman force-pushed the update_priors_and_nll branch 2 times, most recently from 1e94fb4 to 61a849c Compare July 24, 2018 21:11
CEREAL_REGISTER_TYPE(albatross::UniformPrior);
CEREAL_REGISTER_TYPE(albatross::GaussianPrior);
CEREAL_REGISTER_TYPE(albatross::LogNormalPrior);
CEREAL_REGISTER_TYPE_WITH_NAME(albatross::UninformativePrior,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@benjamin0 note that this change should make the serialized JSON files a little easier to read, but at the price of non-backward compatible serialization. Let me know if you think it'll be too much of a pain to recreate the serialized models we're currently using.

Add a negative log likelihood for Gaussian processes.
@akleeman akleeman force-pushed the update_priors_and_nll branch from 61a849c to 0d0554c Compare July 24, 2018 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants